home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2003 May (DVD) / Macworld Resource DVD May 2003.toast / Data / Shareware / Games / RuniX.app.sit / RuniX.app / Contents / Resources / English.lproj / Preferences.nib / classes.nib next >
Encoding:
Text File  |  2003-02-20  |  1.9 KB  |  53 lines

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {
  5.             ACTIONS = {
  6.                 levelChanged = id; 
  7.                 newWorldsAndThemesAlert = id; 
  8.                 populateMenus = id; 
  9.                 runThemeChangePanel = id; 
  10.                 runWorldChangePanel = id; 
  11.             }; 
  12.             CLASS = IXGamePreferencesController; 
  13.             LANGUAGE = ObjC; 
  14.             OUTLETS = {
  15.                 alertSwitch = NSButton; 
  16.                 highscoreRadio = NSMatrix; 
  17.                 individualSoundSwitchMatrix = NSMatrix; 
  18.                 keyChooser = IXKeyChooser; 
  19.                 maxLevelField = NSTextField; 
  20.                 skinSwitch = NSButton; 
  21.                 soundSwitch = NSButton; 
  22.                 startingLevelField = NSTextField; 
  23.                 startingLevelSlider = NSSlider; 
  24.                 themeMenuItem = NSMenuItem; 
  25.                 themePopUp = NSPopUpButton; 
  26.                 tipSwitch = NSButton; 
  27.                 unpauseSwitch = NSButton; 
  28.                 worldMenuItem = NSMenuItem; 
  29.                 worldPopUp = NSPopUpButton; 
  30.             }; 
  31.             SUPERCLASS = IXPreferencesController; 
  32.         }, 
  33.         {
  34.             ACTIONS = {
  35.                 resetFactoryDefaults = id; 
  36.                 showPreferencesPanel = id; 
  37.                 userInterfaceChanged = id; 
  38.             }; 
  39.             CLASS = IXPreferencesController; 
  40.             LANGUAGE = ObjC; 
  41.             OUTLETS = {preferencesPanel = NSWindow; }; 
  42.             SUPERCLASS = NSObject; 
  43.         }, 
  44.         {
  45.             ACTIONS = {difficultyChanged = id; }; 
  46.             CLASS = RuniXPreferencesController; 
  47.             LANGUAGE = ObjC; 
  48.             OUTLETS = {difficultyMatrix = NSMatrix; faceDifficultyMatrix = NSMatrix; }; 
  49.             SUPERCLASS = IXGamePreferencesController; 
  50.         }
  51.     ); 
  52.     IBVersion = 1; 
  53. }